home *** CD-ROM | disk | FTP | other *** search
- *----------------------------------------------------------------------------
- * Response File for installation of Cirrus Video Card drivers.
- *
- * In order to automate installation, you need to select parameters for 4
- * different categories in this file:
- *
- * write_mode
- * initial_resolution
- * monitor_name
- * top_refresh_rates
- *
- *----------------------------------------------------------------------------
-
- *----------------------------------------------------------------------------
- * The first is the write mode. The two choices are:
- * REFRESH = Will not overwrite a file a newer date than the source file.
- * OVERWRITE = Will overwrite all files regardless of the date.
- *
- * Examples are:
- * write_mode = REFRESH
- * write_mode = OVERWRITE
- *----------------------------------------------------------------------------
-
- write_mode = OVERWRITE
-
- *----------------------------------------------------------------------------
- * The second is the selection of the initial resolution.
- *
- * Initial Resolution is specified as follows
- *
- * initial_resolution = (
- * x = 800
- * y = 600
- * bpp = 16
- * refreshrate = 60
- * )
- *
- * Please be aware when selecting these modes that there are no guarantees
- * that the mode selected will work on every video card/monitor combination
- * so choosing a lower resolution / refreshrate / bits per pixel might be
- * a good thing to do during automated installation.
- *----------------------------------------------------------------------------
-
- initial_resolution = (
- x = 640
- y = 480
- bpp = 8
- refreshrate = 60
- )
-
- *----------------------------------------------------------------------------
- * The third is the name you want to call your monitor.
- *
- * Monitor name is specified as follows
- *
- * monitor_name = "Any Name"
- *
- * Make sure there are double quotes around the word you choose.
- *----------------------------------------------------------------------------
-
- monitor_name = "MyMonitor"
-
- *----------------------------------------------------------------------------
- * The fourth is the list of maximum refresh rates for each resolution.
- *
- * Here are the refresh rates for each resolution supported by the CL5436
- * and CL5446.
- *
- * CL5436 and CL5446:
- * x y refreshrate
- * --- --- -------------
- * 640 480 60, 72, 75, 85
- * 800 600 56, 60, 72, 75, 85
- * 1024 768 43, 60, 70, 72, 75, 85
- * 1280 1024 43, 60, 70, 75
- * 1600 1200 48
- *
- * Here are the refresh rates for each resolution supported by the CL5480.
- *
- * CL5480:
- * x y refreshrate
- * --- --- -------------
- * 640 480 60, 72, 75, 85, 100
- * 800 600 56, 60, 72, 75, 85, 100
- * 1024 768 43, 60, 70, 75, 85, 100
- * 1280 1024 43, 60, 75, 85
- * 1600 1200 48, 60
- *
- * Note that the refreshrates of 43 and 48 are interlaced modes.
- *
- * Maximum Refresh Rates are specified as follows
- *
- * top_refresh_rates = (
- * a_max_ref_640 = 70
- * b_max_ref_800 = 72
- * c_max_ref_1024 = 70
- * d_max_ref_1280 = 60
- * e_max_ref_1600 = 60
- * )
- *
- * !!!WARNING: Before setting refreshrate and resolution here, make sure your
- * monitor can handle the values you choose. Note that all
- * resolutions cannot handle the same set of refresh rates. Check
- * the user's manual that came with your monitor for these values.
- *
- *----------------------------------------------------------------------------
-
- top_refresh_rates = (
- a_max_ref_640 = 60
- b_max_ref_800 = 56
- c_max_ref_1024 = 60
- d_max_ref_1280 = 43
- e_max_ref_1600 = 48
- )
-
-